Don't ignore native CROSSING_GRAB/UNGRAB events
authorAlexander Larsson <alexl@redhat.com>
Mon, 26 Jan 2009 19:50:56 +0000 (20:50 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:27 +0000 (10:15 +0200)
commit5ca1865f5d71f1983f6ed7ad51dde40e63784cd9
tree03fdd6ab6b2a57c5472da362c57d875aee7f7024
parent016c5fd081ae1137b1cc4016eb8515f3c934eafe
Don't ignore native CROSSING_GRAB/UNGRAB events

These are sent when someone else grabs the pointer, and we don't
want to miss these expose events. For instance, we missed enter
and leave events on alt-tab.

There were some issues with these wrt out-of-sync grab information
in the client, but that should now be handled. So, it should work
or at least be fixable if we find some bug.
gdk/gdkwindow.c